home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / gifprt51.zip / GIFPRT.PR4 < prev    next >
Text File  |  1992-10-12  |  2KB  |  30 lines

  1. nam Epson/24-pin/240x216dpi                  // Printer name
  2. pin   24    1                                // Pins, raster type
  3. dpi  240  216                                // Dots per inch, (hor, ver)
  4. dim 1920 2160                                // Dimensions (hor, ver)
  5.  
  6. in1 ESC U    001                             // Set single direction printing
  7.     ESC 3    024                             // Set paper feed to 24/216
  8.  
  9.  
  10. in2 ESC U    001                             // Set single direction printing
  11.     ESC 3    024                             // Set paper feed to 24/216
  12.  
  13. skp CR  LF                                   // Fast skip over 1 set of pins
  14.  
  15. gr1 ESC *   039 -99 -1  CR  LF               // Black/white graphics
  16.  
  17. gr2 ESC r   002                              // Set Cyan ribbon
  18.     ESC *   039 -99 -2                       // Output graphics
  19.     CR                                       // Reset print head for Magenta
  20.     ESC r   001                              // Set Magenta ribbon
  21.     ESC *   039 -99 -3                       // Output graphics
  22.     CR                                       // Reset print head for Yellow
  23.     ESC r   004                              // Set Yellow ribbon
  24.     ESC *   039 -99 -4                       // Output graphics
  25.     CR  LF                                   // Go to next line
  26.  
  27. trm ESC U   000                              // Set bi-directional printing
  28.     ESC 3   036                              // Set paper feed to 36/216
  29.     FF                                       // Form feed (eject page)
  30.